math/big.stack.w (field)
12 uses
math/big (current package)
nat.go#L278: w []Word
nat.go#L295: s.w = s.w[:0]
nat.go#L303: return len(s.w)
nat.go#L314: s.w = s.w[:n]
nat.go#L320: off := len(s.w)
nat.go#L321: s.w = slices.Grow(s.w, nr)
nat.go#L322: s.w = s.w[:off+nr]
nat.go#L323: x := s.w[off : off+n : off+n]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |